/* CSS Document */
<style type="text/css">

		#page-peel-banner{
			position:relative;
			background:transparent!important;
		}
		#page-peel-banner img{
			z-index:9999;
			position:absolute;
	
			right:0;
		
		top:0;
		width:80px;
		height:83.2px;
		-ms-interpolation-mode:bicubic;
	
		}
		#page-peel-banner .page-peel-banner-img{
			z-index:8888;
			position:absolute;
	
			right:0;
		
			top:0;
			width:80px;
			height:80px;
			text-indent:-9999px;
		}

		.peeloverlay {
			top: 0;
			z-index: 999999;
			display: block;
			width:80px;
			height:80px;
			position: absolute;
	
			background: url(http://demo.templateplazza.com/joomla/modules/mod_pagepeel_banner/assets/peeloverlay.png) no-repeat top right;
			right: 0;
      
			-moz-background-size: 80px 80px;
			-o-background-size: 80px 80px;
			-webkit-background-size: 80px 80px;
			-khtml-background-size: 80px 80px;
			background-size: 80px 80px !important;
		}
	
  </style>
